Versions:
Sourcetrail 64-bit, maintained by Coati Software KG, is a free, open-source interactive source explorer designed to help developers navigate and comprehend unfamiliar or legacy code bases quickly. By combining static analysis with a dynamic graph visualization engine, the program indexes C, C++, Java, and Python projects to generate an explorable map of dependencies, call hierarchies, class relationships, and symbol references. Users launch the lightweight desktop client, point it to a CMake, Gradle, or compile-commands database, and within minutes obtain a searchable, zoomable canvas that highlights critical paths and exposes architectural patterns without forcing them to read through thousands of lines of text. Typical use cases include onboarding new team members to large monoliths, auditing third-party libraries for security or licensing concerns, locating dead code for removal, and preparing refactoring campaigns by visualizing coupling hotspots. The software runs on 64-bit Windows, Linux, and macOS, integrates with popular editors via plugins, and exports indexed data as JSON for custom tooling. Version 2021.4.19, the only release in the 2021 series, ships with updated Clang and Eclipse JDT parsers for broader language-standard coverage, improved template specialization resolution, and faster re-indexing of incremental builds. Because the project is Apache-licensed, organizations can embed the engine into continuous-integration pipelines to generate up-to-date documentation artifacts automatically. The program is available for free on get.nero.com, with downloads provided via trusted Windows package sources (e.g. winget), always delivering the latest version, and supporting batch installation of multiple applications.
Tags: